home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / linux / tools / amiga / dd.lha / getoption.h < prev    next >
Encoding:
Text File  |  1993-05-05  |  214 b   |  8 lines

  1. /*
  2.  * getoption.h - command line argument parsing function prototype
  3.  *
  4.  * Bruno Costa & Lucia Darsa - 25 May 90 - 25 May 90
  5.  */
  6.  
  7. int getoption (int argc, char *argv[], char *argopts, char *noargopts, char *data);
  8.